ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.MultiRow Assembly / C1.Web.Mvc.MultiRow.Fluent Namespace / MultiRowGroupPanelExtension Class / ShowGroupPanel Method / ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
The data record type.
The specified FlexGrid builder.
The specified FlexGridGroupPanel builder
The specified selector for the FlexGridGroupPanel's host element.

In This Topic
    ShowGroupPanel<T>(MultiRowBuilder<T>,Action<FlexGridGroupPanelBuilder<T>>,String) Method
    In This Topic
    Apply the FlexGridGroupPanel extender in FlexGrid.
    Syntax
    'Declaration
     
    Public Overloads Shared Function ShowGroupPanel(Of T)( _
       ByVal gridBuilder As MultiRowBuilder(Of T), _
       ByVal gridGroupPanelBuilder As Action(Of FlexGridGroupPanelBuilder(Of T)), _
       Optional ByVal selector As String _
    ) As MultiRowBuilder(Of T)
    public static MultiRowBuilder<T> ShowGroupPanel<T>( 
       MultiRowBuilder<T> gridBuilder,
       Action<FlexGridGroupPanelBuilder<T>> gridGroupPanelBuilder,
       string selector
    )

    Parameters

    gridBuilder
    The specified FlexGrid builder.
    gridGroupPanelBuilder
    The specified FlexGridGroupPanel builder
    selector
    The specified selector for the FlexGridGroupPanel's host element.

    Type Parameters

    T
    The data record type.

    Return Value

    The MultiRow builder.
    See Also